Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / PrintManager Class / SavePDF Method / SavePDF(String,IList<PageInfo>,PdfSaveOptions) Method
The specified pdf file.
The page information collection.
Options for saving pdf file.
In This Topic
    SavePDF(String,IList<PageInfo>,PdfSaveOptions) Method
    In This Topic
    Saves the page datas to the specified pdf file.
    Syntax
    public void SavePDF( 
       System.string fileName,
       System.Collections.Generic.IList<PageInfo> pages,
       PdfSaveOptions options
    )

    Parameters

    fileName
    The specified pdf file.
    pages
    The page information collection.
    options
    Options for saving pdf file.
    See Also